Manually Reported Runtime licensing embeds all of the licensing information directly into your application. Installation does not require any further licensing interaction. However, it is your responsibility to provide royalty reporting to Accusoft for the actual licenses deployed.
This section provides information about the following:
Solution Name
The solution name is
- A name assigned by Accusoft to the licenses purchased for runtime deployment.
- A character string that is set for a component prior to use in a deployment environment.
- Typically the name of the organization that purchased the runtime licenses.
- Set via the IG_lic_solution_name_set function. For example:
C++ Copy Code IG_lic_solution_name_set("ACMEImaging");
The Solution Name must be set in order to use runtime licensing.
Solution Key
The Solution Key is
- A set of four numbers assigned when the licenses are purchased for runtime deployment.
- An identifier of the organization that purchased the runtime licenses.
- Set via the IG_lic_solution_key_set function. For example:
C++ Copy Code IG_lic_solution_name_set("ACMEImaging");
IG_lic_solution_key_set(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389);
The Solution Key must be set in order to use runtime licensing.
OEM License Key
The OEMLicense Key is
- For use only by customers who choose to use Manually Reported Runtime licensing.
- A unique identifier of the customer, product, version, edition, and platforms for which the license is valid.
- When this key is set via the IG_lic_OEM_license_key_set function, the component is completely licensed and can be distributed without any further licensing operations.
C++ Copy Code IG_lic_solution_name_set("ACMEImaging"); IG_lic_solution_key_set(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); IG_lic_OEM_license_key_set("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0iN4bigYM3m3K5b487QOsAM38O24mUp5bOpD2O240OQ32U2YsUKDKA87MYPGgGgaptMiK5Nv8AI4mYg4m3QvW52DZCPGs4p784mtP4IUgOWiIG0AQYp4052iIAWvNCZfpGWC8vQ5P4ZGKaPAWfbiYfZOI303pOZAgisiNaWA27gGsf8Ob7Zvm5IaKGI4KC8GsG2CWYpGQAg5sUmYWvZCQANig48G2ap4bG0DsO240YsUmtptNiZamCPGbYMfMO83gANAZCN52YbY8U8f8DM4m3g7MYMYWGW5Q7QGWaMiN7MtZfmtgY8AN7NDP7Z4W7sCbGKUPa0im7EDPP");
This method is not required for Automatically Reported Runtime licensing.